projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f5721e
)
(revert-buffer): Correct typo: variable name is `buffer-file-format',
author
Miles Bader
<miles@gnu.org>
Mon, 10 Jun 2002 06:30:09 +0000
(06:30 +0000)
committer
Miles Bader
<miles@gnu.org>
Mon, 10 Jun 2002 06:30:09 +0000
(06:30 +0000)
not `buffer-file-formats'.
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 34fdefd6da628746e88a5649d0f5b20b09798172..02457b23a8cd0130bd9a7166cada53cb2a45a05f 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-3223,7
+3223,7
@@
non-nil, it is called instead of rereading visited file contents."
coding-system-for-read)))
;; Note that this preserves point in an intelligent way.
(if preserve-modes
- (let ((buffer-file-format
s buffer-file-formats
))
+ (let ((buffer-file-format
buffer-file-format
))
(insert-file-contents file-name (not auto-save-p)
nil nil t))
(insert-file-contents file-name (not auto-save-p)